home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / thomas / thomas.lha / Thomas / Thomas-1.1 / src / README < prev    next >
Text File  |  1992-09-25  |  631b  |  20 lines

  1. -*-Indented-Text-*-
  2.  
  3.                 Sources for the Thomas implementation
  4.  
  5. All files here are implementation independent (as far as we know).
  6.  
  7.                             Load-Up Files
  8.  
  9. These files simply load others.  Each file has a brief comment
  10. describing the ones it loads.
  11.  
  12. load-compiler.scm builds a Thomas to Scheme compiler.
  13. load-runtime.scm builds a Scheme implementation of the Thomas runtime
  14.   system.
  15. load-thomas.scm loads both the compiler and the runtime system as well
  16.   as the file rep.scm which contains an interactive read-eval-print
  17.   loop for Thomas.
  18.  
  19. $Id: src_README,v 1.3 1992/09/25 13:41:08 birkholz Exp $
  20.